home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / temacd / rapidphp / rapidphp7.exe / {app} / templates / WML / Simple Page.wml < prev   
Extensible Markup Language  |  2005-10-05  |  703b  |  32 lines

  1. <?xml version="1.0" encoding="windows-1252"?>
  2. <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
  3.  
  4. <wml>
  5.  
  6. <!-- This sample demonstrates simple WML page -->
  7.  
  8. <!-- This is "Go Back" menu item -->
  9. <template>
  10.   <do type="back" label="Go Back">
  11.     <prev/>
  12.   </do>
  13. </template>
  14.  
  15. <!-- This is first card -->
  16. <card id="main" title="Hello!">
  17.   <p align="center">
  18.     Hello World!<br/>
  19.     <br/>
  20.     <a href="#second">Read more</a>
  21.   </p>
  22. </card>
  23.  
  24. <!-- This is second card -->
  25. <card id="second" title="My First Page">
  26.   <p align="left">
  27.     This is my first WAP page. I made it with software from Karlis Blumentals.
  28.   </p>
  29. </card>
  30.  
  31. </wml>
  32.